home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- if QuickTimeVersion() < 5 then
- alert("Quicktime needs to be installed for this CD. You will be guided to the installation process.")
- if the platform contains "Mac" then
- open("QuickTime Installer")
- halt()
- else
- open(the moviePath & "QuickTimeInstaller.exe")
- halt()
- end if
- else
- go(1, "Intro")
- end if
- end
-